projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da9ca74
)
remove Read instance for AssociatedFile
author
Joey Hess
<joeyh@joeyh.name>
Tue, 28 Jan 2025 19:29:25 +0000
(15:29 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Tue, 28 Jan 2025 19:29:25 +0000
(15:29 -0400)
This instance is not used.
Types/Key.hs
patch
|
blob
|
history
diff --git
a/Types/Key.hs
b/Types/Key.hs
index 7302605c8aca8c7eb3ed66dd3486189249328984..03d5aa463856f677dccf6e5932ba740c2149c091 100644
(file)
--- a/
Types/Key.hs
+++ b/
Types/Key.hs
@@
-203,7
+203,7
@@
splitKeyNameExtension' keyname = S8.span (/= '.') keyname
{- A filename may be associated with a Key. -}
newtype AssociatedFile = AssociatedFile (Maybe RawFilePath)
- deriving (Show,
Read,
Eq, Ord)
+ deriving (Show, Eq, Ord)
{- There are several different varieties of keys. -}
data KeyVariety